/*text css*/

body,div{
	margin: 0;
	padding:0;
}

h2{
	font-size: 15px;
	color: #fff
}

.COLUMN_ITEM{
	width: 		300px;
	height: 	30px;
	display: 	block;
	background: #ccc;
	color:		#fff;
	border-radius: 5px;
	padding: 4px;
	box-sizing :border-box;
	font-size: 14px;
	text-indent: 5px;
}
.COLUMN_ITEM .CI_BUTTONS div{
	width: 26px;
	height: 22px;
	display: block;
	float: left;

	border-radius: 5px;
	padding: 2px;
	box-sizing :border-box;
	background: #33f;
	display: block;

	margin-right: 4px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;

	cursor :pointer;
}
.COLUMN_ITEM div.CI_BUTTON_SOURCE{
	text-indent: 0;
	background: #cc3;
}
.COLUMN_ITEM div.CI_BUTTON_OUT{	
	text-indent: 0;
	background: #c33;
}





	<div class="">
		<div class=""></div>		
		<div class="CI_BUTTONS"></div>		
	</div>


